timezone_location_get
DateTeMezone의 별칭 :: getLocation- 시간대와 관련된 위치 정보를 반환합니다.
timezone_location_get()
주어진 시간대의 위치 정보를 반환합니다.
지정된 시간대의 위치 정보를 반환합니다.
<? php $ tz = Timezone_open ( "America/New_York" ) ; echo timezone_location_get ( $ tz ) ; ?>
직접 시도하십시오
timezone_location_get ( 객체 ) ;
매개 변수 | 설명하다 |
---|---|
물체 | 필수의. timezone_open () 에 의해 반환 된 dateTimezone 객체를 지정합니다. |